home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00124.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  373 b   |  13 lines

  1. on calldebug VOname, wait, timing, me
  2.   exit
  3.   put "        VOname" && VOname
  4.   put "          Wait flag" && wait
  5.   put "          Timing" && not voidp(timing)
  6.   put "     ActionList" && me.pActionList
  7.   put "     StepsInCurrent" && me.pStepsInCurrentAction
  8.   put "     Animating" && me.pAnimating
  9.   if me.pActionList[1][#action] = #NDRINKZ then
  10.     nothing()
  11.   end if
  12. end
  13.